type testing.matchStringOnly
17 uses
testing (current package)
testing.go#L1945: type matchStringOnly func(pat, str string) (bool, error)
testing.go#L1947: func (f matchStringOnly) MatchString(pat, str string) (bool, error) { return f(pat, str) }
testing.go#L1948: func (f matchStringOnly) StartCPUProfile(w io.Writer) error { return errMain }
testing.go#L1949: func (f matchStringOnly) StopCPUProfile() {}
testing.go#L1950: func (f matchStringOnly) WriteProfileTo(string, io.Writer, int) error { return errMain }
testing.go#L1951: func (f matchStringOnly) ImportPath() string { return "" }
testing.go#L1952: func (f matchStringOnly) StartTestLog(io.Writer) {}
testing.go#L1953: func (f matchStringOnly) StopTestLog() error { return errMain }
testing.go#L1954: func (f matchStringOnly) SetPanicOnExit0(bool) {}
testing.go#L1955: func (f matchStringOnly) CoordinateFuzzing(time.Duration, int64, time.Duration, int64, int, []corpusEntry, []reflect.Type, string, string) error {
testing.go#L1958: func (f matchStringOnly) RunFuzzWorker(func(corpusEntry) error) error { return errMain }
testing.go#L1959: func (f matchStringOnly) ReadCorpus(string, []reflect.Type) ([]corpusEntry, error) {
testing.go#L1962: func (f matchStringOnly) CheckCorpus([]any, []reflect.Type) error { return nil }
testing.go#L1963: func (f matchStringOnly) ResetCoverage() {}
testing.go#L1964: func (f matchStringOnly) SnapshotCoverage() {}
testing.go#L1966: func (f matchStringOnly) InitRuntimeCoverage() (mode string, tearDown func(string, string) (string, error), snapcov func() float64) {
testing.go#L1977: os.Exit(MainStart(matchStringOnly(matchString), tests, benchmarks, nil, examples).Run())